/*------------------------------------------*/
/* allgemeine Styles   					    */
/*------------------------------------------*/
html,
body {
    height:100%;
    width:100%;
    font-family: Calibri;
    color: #494747;
    
}
body {
    /*background-image: url(homeback.jpg);
    background-size: cover;*/
    background-color: #518FC2;
}
* {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.ajax__calendar_container * {
    font-size: 14px;
}
h1 {
    font-size: 18px;
}

hr{
    margin:20px 0 30px 0;
    border:1px solid #cccccc;
}
.clear{
    clear:both;
}
.lnkBlue {
    display: inline-block;
    width: 180px;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    background-color: #8a8a8a;
    background-image: url('Images/arrow_white.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    color: #FFFFFF;
}
.btnBlue {
    margin: 0;
    padding: 6px;
    background-color: #4c8bc0;
    border: 0;
    font-size: 18px;
    line-height: 12px;
    color: #FFF !important;
    cursor: pointer;
    min-width:100px;
}

.btnBlue:hover {
    background-color: #10507d;
}


    .btnRed {
        margin: 0;
        padding: 6px;
        background-color: #df0000;
        border: 0;
        font-size: 13px;
        line-height: 12px;
        color: #FFF !important;
        cursor: pointer;
        min-width: 100px;
    }

    .btnRed:hover {
        background-color: #bf0000;
    }



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
abbr
{    
	cursor: help;
    float:right;
}

.tooltip {
    background-image: url(../../Images/Icons/questionmark.png);
    background-size: cover;
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .tooltip span {
        background: LightSeaGreen;
        color: #222;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        left: -70px;
        right: -70px;
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
        text-align: center;
    }

        .tooltip span:before {
            content: '';
            /*   width: 0;
  height: 0; */
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid LightSeaGreen;
            position: absolute;
            bottom: -5px;
            left: 70px;
        }

    .tooltip:hover span {
        bottom: 30px;
        visibility: visible;
        opacity: 1;
    }
li{
    list-style-type:none;
}

.updateProgress {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background-color: #FFFFFF;
    opacity: 0.7;
}
.spanError{
    color:red;
    font-weight:bold;
}
.calenderpic {
    float: right;
}

.ajax__calendar {
    z-index: 10000;
    position: relative;
}

.datefield {
    float: left;
    width: 85px !important;
}
.buttonTouchSmall {
    width: 24px;
    height: 24px;
}

.buttonTouch {
    width: 50px;
    height: 50px;
}
.buttonEdit {
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/Edit.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.buttonDelete {
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/Trash.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.buttonLink {
    height: 20px !important;
    background-size: 20px !important;
    width: auto !important;
    padding-left: 25px;
    color: black !important;
    font-size: 14px;
    font-weight: bold;
}
.buttonPDF {
    height: 128px !important;
    background-size: 128px !important;
    width: 128px !important;
    background-color: transparent;
    border: 0;
    background-image: url(../../Images/Icons/pdf_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
}

.divExtraData select, .divExtraData input[type=text], .txtbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid black;
    outline: 0;
    height: 16px;
    padding: 3px;
    width: calc(100% - 10px);
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .txtbox:hover, .txtbox:focus {
        border: 1px solid #666;
        -moz-box-shadow: inset 2px 2px 5px #cfcfcf;
        -webkit-box-shadow: inset 2px 2px 5px #cfcfcf;
        box-shadow: inset 2px 2px 5px #cfcfcf;
    }


.txtboxMultiLine {
    height: unset;
}

.fading {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.tblStyle tr:nth-child(odd) {
    background: lightgray;
}
.tblStyle tr td{
    padding:5px;
}
/*------------------------------------------*/
/* Cookie-Hinweis      					    */
/*------------------------------------------*/
.cc_banner-wrapper {
    z-index: 99999999 !important;
}
.cc_banner{
-webkit-box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
-moz-box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
box-shadow: 0px -4px 3px 0px rgba(255,255,255,1);
}
.cc_container .cc_btn {
background-color: #28a745 !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #8a8a8a !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}
/*------------------------------------------*/
/* Akkordeon      					        */
/*------------------------------------------*/
.ui-icon.iconOpen {
    background:url(Images/arrow_white_up.png) no-repeat;
    width:24px;
    height:13px;
    margin-right:10px;
}
.ui-icon.iconClosed {
    background:url(Images/arrow_white_down.png) no-repeat;
    width:24px;
    height:13px;
    margin-right:10px;
}

/*------------------------------------------*/
/* POPUP					        		*/
/*------------------------------------------*/
.divTransparenz {
    width:100%;
    height:100%;
    background-repeat:repeat;
    background-image:url(TransparentBackGround.png);
    z-index:999;
    position:fixed;
    top:0;
    left:0;
}
.divPopup{
    background-color:lightgray;
    position:fixed;
    z-index:1000;
    margin-top:50px;
    padding:10px;
    border-radius:10px;
    border:1px solid #4d4d4d;
}
.divPopup *{
    color:#4d4d4d;
}

/*------------------------------------------*/
/* Header					        		*/
/*------------------------------------------*/
#headerwrapper {
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
}
#header {
    width:100%;
    margin:0 auto;    
    height:100px;
    border-bottom:1px solid white;

}
#header .centerDiv {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
#headerTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid black;
    background-color: #10507D;
}
#lnkStartpage {
    background: url(logo.png);
    width: 61px;
    height: 66px;
    display: block;
    margin-top: 10px;
    float: left;
}
.headtext {
    left: 20px;
    top: 5px;
    position: relative;
    float: left;
}
.headtextwhite {
    margin-right: 1px;
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .045em;
    font-weight: 400;
}
.headtextblue {
    font-size: 19px;
    color: #5497c6;
    text-transform: uppercase;
    letter-spacing: .045em;
    font-weight: 400;
}
.headtext .subline {
    font-size: 11px;
    line-height: 14px;
    color: #FFF;
    text-transform: uppercase;
}
#DivStartPic {
    background: url(Engel.png);
    display:block;
    float: left;
    height:600px;
    width:100%;
    background-size: contain;
}

.IntroText {
    padding:55px;
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
    color:#FFFFFF;
    background-color:#c00;
    margin-top:0px;
}

.IntroTextHeadLine {
    font-weight:bold;
    text-align:center;
    width:100%
}
/*------------------------------------------*/
/* White-Box					        	*/
/*------------------------------------------*/
.WhiteBox {
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid gray;
    top: 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    background-color: white;
    margin-bottom:40px;
}

.WhiteBox .TextOverAll {    
    width: calc(100% - 20px);    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBox .Picture {    
    width: 30%;    
    margin-left:10px;
    margin-right:10px;
    text-align:left;
    position: relative;
    color: #494747;
    display:inline-block;
}
.WhiteBox .TextBetweenPicture3Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBox .TextBetweenPicture2Columns {
    margin-left:10px;
    margin-right:10px;
}
.WhiteBox .ExclamationMark {
    width:10%;
}
.WhiteBox .LeistungenText:last-child{
    width: 17%;   
}

.WhiteBox a:hover {
    text-decoration: underline;
}


/*------------------------------------------*/
/* Navigation					        	*/
/*------------------------------------------*/
.topnav {
    display: none;
}
#naviTop {
    right: 0;
    height: 80px;
    top: 0;    
}
#naviTop ul {
    list-style-type: none;
    float:right;
    margin-top:15px;
}
#naviTop ul li {
    float: left;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
#naviTop a {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration:none;
}
#naviTop a:hover {
    text-decoration: none;
    color: #000;
}
#liLanguageChange {
    width: 50px;
}
#liLanguageChange .btnChangeLaguage:first-child {
    margin-top: 33px;
}
.btnChangeLaguage {
    margin-top: 5px;
}
#contentwrapper a {
    text-decoration: none;
    color: #0072bc;
}
#contentwrapper a:hover {
    text-decoration: none;
    color: #000;
}
/*------------------------------------------*/
/* Content-Wrapper					        */
/*------------------------------------------*/
#contentwrapper {
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    display: inline-block;
}

/*------------------------------------------*/
/* FOOTER       					        */
/*------------------------------------------*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #10507D;
}
#footer * {
    color: #FFF;
}
#footer a {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
    color: #000;
}
#footernav{
    text-align:center;
    margin-top:20px;
}

/*------------------------------------------*/
/* Startseite      					        */
/*------------------------------------------*/

.contenthr {
    width: calc(100% - 2px);
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.homeback {
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    display:block;
    top: 20px;
    position: relative;
    text-align:center;
    margin-bottom: 40px;
}
.homeback .claim p {
    font-size: 44px;
    line-height: 47px;
    color: #FFF;
    text-transform: uppercase;
}

.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.homeback ul {
    margin:0 auto;
    margin-top: 30px;
    width:400px;
}
.homeback li {
    padding-left: 35px;
    background-image: url(check.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    list-style-type: none;
    font-weight: 400;
}







/* EXAMPLE */

#divExample {
    width: 100%;
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;    
    margin-top:20px;
    
}
#divExample div:first-child{
    text-align:center;
}
#divExample div:last-child{
    text-align:left;
}
#divExample div{
    width:48%;
    margin:0;
    padding:0;
   display:inline-block;
   vertical-align:middle;
}

.mobilecontenthr {
    display: none;
}



/*------------------------------------------*/
/* LOGIN          					        */
/*------------------------------------------*/
.txtLogin{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #d9d9d9; 
    outline:0; 
    height:15px; 
    width: 200px; 
    padding:5px;
}
.txtLogin:focus{
    background-color:#B1C8DA;
}
.divPasswordForgetWrapper{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(Images/TransparentBackGround.png);
    z-index:100;
}
#divPasswordForget{
       position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.lnkSmall{
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #212E50;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}
.divPasswordForgetWrapper .lnktest{
    margin:5px 50px;
}
/*------------------------------------------*/
/* ACCOUNT ALLGEMEIN    			        */
/*------------------------------------------*/
#divAccountContent{
    padding:20px;
}
#divAccountContent h3{
    text-decoration:underline;
}
#divAccountContent table tr{
    vertical-align:top;
}
#ulNavi{
    width:100%;
    border-bottom:5px solid #212E50;
    height:40px;
    padding:0;
    margin:0;
}
#ulNavi li{
        float:left;
        list-style-type: none;
        width:22%;
        margin-right:4%;
        height:40px;
        padding:0;
}
#ulNavi li:last-of-type{
    margin-right:0;
}
#ulNavi input{
    padding:10px;
    height:40px;
    width:100%;   
    border:none; 
    color:#212E50;
    font-weight: bold;
    font-size: 18px;
    background-color:#D3D3D3;
    cursor:pointer;
    -webkit-appearance: none;
border-radius: 0;
}
.btnActive{
    color:white !important;
    background-color:#212E50 !important;
}
.txtAccount{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #d9d9d9; 
    outline:0; 
    height:17px; 
    padding:5px;
}

.fullWidth{
    width:calc(100% - 10px);
}
.txtShort{
    width:50px;
}
.txtMedium{
    width:75px;
}
.lnkLightBlue{
    display: block;
    width: 250px;
    height: 30px;
    padding: 5px;
    padding-left: 5px;
    padding-left: 30px;
    background-color: #B1C8DA;
    background-image: url('Images/arrow_white.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    color: #212E50;
}
.imgId, .imgMain, video{
    width:100%;
            border: 1px solid #d9d9d9 !important;
        -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

/*------------------------------------------*/
/* NEW DEPOSIT     					        */
/*------------------------------------------*/
.divNewArticleLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
#divNewArticleRight{
    width:49%;
    float:right;
    margin-left:1%;
}

#divArtPicSlider{
    width:100%;    
}
.ibtnChangePicture{
    display:inline-block;
    width:21%;
    margin-right:3%;
    margin-bottom:5px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.ibtnChangePicture:nth-child(4n){
    margin-right:0;
}
.ibtnDeleteImage{
    float: right;
    margin-bottom: -25px;
    margin-right: -10px;
    position: relative;
    height: 40px;
}
#tblFiles{
    width:100%;
}
#tblFiles td:first-child{
    width:80%;
}
#tblFiles .ibtnDeleteFile{
    width:25px;
    height:25px;
    float:right;
}
#tblFiles .lnkFile{
    color:#212E50;
    text-decoration:none;
}
#divNewDeposit hr{
    margin:0 !important;
    color:#212E50;
}
.txtDesiredPrice{
    text-align:right;
}
.txtDesiredPrice:invalid{    
    border:2px solid red;
}
.txtDesiredPrice:placeholder-shown {
    border: 1px solid red; /* Red border only if the input is empty */
}

.divCategory{
    text-align:center;
}

.divCategoryList{

    width:200px;
    margin:0 auto;
}
.divCategoryList .btnSelectCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: left;
cursor:pointer;
}
.divCategoryList .isWithChilds{
    background-image: url('Images/pfeil.png');
    background-position: 185px center;
    background-repeat: no-repeat;
    background-size:10px;
}

.divCategoryList .isActiveCategory
{
    border:1px solid black;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
}

.divCategory .btnChooseCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: center;
cursor:pointer;
}

.catdiv{
    display:inline-block; 

}
.activeCategory{
    font-weight:bold;
}




/*------------------------------------------*/
/* ACCOUNT      					        */
/*------------------------------------------*/
#divAccountLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
#divAccountRight{
    width:49%;
    float:right;
    margin-left:1%;
}
.divPasswordWrapper{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(Images/TransparentBackGround.png);
    z-index:100;
}
#divPassword{
       position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#divAccoutDelete{
    position: fixed;
    width: 300px;
    height: auto;
    padding: 20px;    
    margin-top: 150px;
    left: 50%;
    background-color: #B1C8DA;
    margin-left: -175px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#divAccoutDelete .lnktest{
    margin-top:10px;
}
#tblAccountContent td{
    padding:10px;
}
#tblAccountContent td td{
    padding:0px;
}
.tvCategories td {
	margin-top: 5px;
    margin-bottom:5px;
	vertical-align: middle;
}
.NodeStyle
{
	display: block;
	text-decoration: none;
	color: #494747;
	border: solid 1px Transparent;
	padding: 2px 2px 2px 2px;
    margin-top:-4px;
}
.HoverNodeStyle
{

}
.SelectedNodeStyle
{

}

/*------------------------------------------*/
/* DEPOSITLIST     					        */
/*------------------------------------------*/
.spanHeaderDark {
    padding: 5px;
    width: calc(100% - 10px);
    background-color: #212E50;
    color: white;
    display: inline-block;
}
.spanHeaderLight{
    padding:5px;
    width:calc(100% - 10px);
    background-color:#B1C8DA;
    color:#212E50;
    display:inline-block;
}
.blink_me{
    color:red;
text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.divArticleWrapper{
    margin-top:10px;
}
.divArticleImage{
    width:180px;
    min-height:50px;
    float:left;
}
.divArtName, .divArtDetails{
    width:calc(50% - 90px);
    float:left;
}
.divArtDetails{
    text-align:right;
}
.divButtons{
    width:100%;
    text-align:right;
}
.artDetails, .divArtDetails{
    /*margin:10px;*/
}
.btnEditDeposit{
    margin-left:10px;
}
.spanTitel{
    font-size:20px;
}
.spanIdent{
    color:#B3CADC;
}
.divPopup{
    position:fixed;
    z-index:1000;
    width:500px;
    height:250px;
    background-color:#ffffff;
    top:50px;
    left:50%;
    padding:10px;
    margin-left:-260px;
    border: 1px solid #212E50;
        -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
.divPopupWrapper{
        width:100%;
    height:100%;
    background-repeat:repeat;
    background-image:url(Images/TransparentBackGround.png);
    z-index:999;
    position:fixed;
    top:0;
    left:0;
}

/*------------------------------------------*/
/* CHECKOUTOFFER         					*/
/*------------------------------------------*/
#divArticleDetails, #divOfferDetails{
    width:50%;
    float:left;
}
#divOfferDetails{
    text-align:right;
}
/*------------------------------------------*/
/* CHECKOUTDATA         					*/
/*------------------------------------------*/
.divAccountLeft{
    width:49%;
    float:left;
    margin-right:1%;
}
.divAccountRight{
    width:49%;
    float:right;
    margin-left:1%;
}


#slideshowWrapper{position:relative;width:170px;margin:auto;}
#fssPrev{position:absolute;top:169px;left:-67px;background:url(arrows.png) -67px 0px;width:67px;height:143px;text-indent:-999999px;}
#fssNext{position:absolute;top:169px;left:646px;background:url(arrows.png) no-repeat;width:67px;height:143px;text-indent:-999999px;}
#fssPlayPause{display:none;}

ul#slideshow{list-style:none;padding:2px;margin:auto;margin-top:5%;width:150px;height:150px;overflow:hidden;}

#Dataprotection p{text-align:left;}
#fssList{display:none;}
#fssList li{display:inline;padding-right:10px;}
#fssList li a{color:#999;text-decoration:none;}
#fssList li.fssActive a{font-weight:bold;color:#333;}

#top{background:#3b5998;width:100%;height:40px;margin-bottom:20px;}
#top h1{color:#fff;font-weight:normal;font-size:18px;padding:7px 0 0 15px}
#top h1 span{font-size:11px;}
#top h1 a{text-decoration:underline;color:#fff;}
#top h1 a:hover{text-decoration:none;}

small a{color:#000;}
.slideArticlePic{
    max-width:150px;
    max-height:150px;
    margin:0 auto;
}
.inactive img{
    display:none;
    transition: all 2s linear;
}
/*#slideshow li{
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
    display: table-cell;
}*/
#slideshow li{
    height:150px;
    width:150px;
}
#slideshow li *{
    vertical-align:middle;
}
#slideshow li{
    /*display: table-cell !important;*/
    text-align: center;
    vertical-align: middle;
    line-height:150px;
  
}






.rblPaymenttypes td {   
    padding-bottom: 10px;
}
.rblPaymenttypes td label{
    margin-left:20px;
    font-size:16px;
}
.ckbLabelStyle label{
    vertical-align:middle;
}

.tblFAQ {border:1px solid #000;     
         -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:0 auto;

}

.tblFAQ th
{
    font-weight:bold;
    text-align:center !important;
}
.tblFAQ th, .tblFAQ td{
    padding:5px;
}
.tblFAQ tr:nth-child(even){
  background-color: #B1C8DA;
}





.uploaderbrowsebutton,.uploadercancelbutton, .divUpload button, .btnUploadClass  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 10px 0;
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 60ms ease-in-out;
    transition: all 60ms ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border-color : #2989d8;
  /*background: #212E50;
  background: -moz-linear-gradient(top, #212E50 0%, #1e5799 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#212E50), color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: -o-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: -ms-linear-gradient(top, #212E50 0%,#1e5799 100%);
  background: linear-gradient(top, #212E50 0%,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#212E50', endColorstr='#1e5799',GradientType=0 );*/
  background-color: #212E50;
}
.uploaderattachments, .uploadergrid{
    min-width:100% !important;
    width:100% !important;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.baseDataLink {
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Calibri;
    font-size:14px;
    width:100%;
    height:30px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
    color: #fff;
    background-color: #8a8a8a;
}


/*------------------------------------------*/
/* NIVOSLIDER               				*/
/*------------------------------------------*/
.nivoSlider{
    height: auto;
}
.theme-default
{
	width:100%;
	height:auto;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    height:auto;
    width:100%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	margin-top: -45px;
	z-index: 10;
	position: relative;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Calibri;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nivoSlider img {
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
    background: white none repeat scroll 0 0;
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivo-caption {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    padding:0;
    text-align: center;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}


.jsorImg:hover
{
    display:none;
}


.ListTable tr{
    vertical-align:top;
    background-color:white;
}
.ListTable th{
    background-color:#4d4d4d !important;
    color:white !important;    
    text-align:center !important;
    font-size: 18px !important;
    border:none;
}
.ListTable td{
font-size: 18px !important;
vertical-align: middle;
border-bottom:1px solid #8a8a8a;
padding-bottom:5px;
padding-top:5px;
}
.ListTable a{
    background-color:inherit !important;
}
.ListTable tr:hover{
    background-color: #d9d9d9 !important;
    color:#4d4d4d !important;
}
.ListTable {
    border:1px solid #000;
}
.ListTable td,.ListTable th {font-size:10px;}



/*------------------------------------------*/
/* ARTICLELIST / SEARCH						*/
/*------------------------------------------*/

.ArticleListDiv {
    text-align: center;
    display:inline-block;
}
#noHit {
    text-align: center;
    font-size: 18px;
    padding: 15px;
}
    .categoriesDiv {
        display: none;
    }
.articlesDiv {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    display: block;
    padding-bottom: 20px;
        width: 238px;
    height: auto;
    min-height:220px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    padding-bottom: 10px;
}
.articlesDiv img {
    width: 50%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.articlesDiv .articlesDivName {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
}
.divContentInfoText {
    font-size: 11px;
    font-weight: normal;
}
.articlesDivName {
    font-weight: bold !important;
}
.categoriesDiv a,
.articlesDiv a {
    text-decoration: none;
    color: #494747;
    font-size: 32px;
    font-family: 'Calibri';
}
.ArticleListDiv .articlesDiv a {
    font-size: 16px;
}
.ArticleListDiv .articlesDivPrice {
    font-weight: bold;
    line-height: 18px;
}
.categoriesDivPic {
    display: none;
}
.articlesDivPic {
    text-align: center;
    padding-top: 10px;
    vertical-align: middle;
}

.articlesDivText {
    text-align: left;
    padding-top: 10px;
    padding-left:10px;
    vertical-align: middle;
}
.articlesDivText p {
    text-align:left;
    }

.articlesDivPrice {
    text-align: center;
    color: #E84242;
    font-size: 18px;
}
.articlesDivBasicPrice {
    text-align: center;
    font-size: 12px;
    height: 16px;
}
.articlesDivAdditionalText {
    text-align: center;
    font-size: 10px;
}
.articlesDivBasket {
    height: 40px;
}
.lnkAddTobasket {
    display: block;
    height: 20px;
    width: 120px;
    /*background: url("addToBasket.png");*/
    margin-right: 10px;
    border: 0;
    cursor: pointer;
    z-index: 1000;
    background-size: 40px;
    position: relative;
    float: right;
}

.RadionbuttonClass input, .RadionbuttonClass td {
    padding-right:20px;
    margin-right:5px;
    font-size:20px;
}

.catPic {
    width: 90%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.catVideo {
    width: 90%;
    height: auto;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.FirstThDisplayNone tr td:first-child, .FirstThDisplayNone tr th:first-child {
    display:none;
}


.RoundDroplist {
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:3px;
      border:1px solid #4C4C4C;
      padding:2px;
      width:150px;
      font-size:18px;
}


/*------------------------------------------*/
/* REGISTER    						*/
/*------------------------------------------*/
.ckbMargin, 
.rbMargin, 
.rblMargin {
    margin-bottom: 5px;
    display: inline-block;
}
    .ckbMargin label,
    .rbMargin label,
    .rblMargin label {
        margin-left: 10px;
    }
.lblError {
    color: black;
    font-weight: bold;
    display: inline-block;
    line-height: 16px;
    width: calc(100% - 42px);
    padding: 10px;
    background-color: lightcoral;
    border: 1px solid black;
    margin: 10px;
}
/*------------------------------------------*/
/* CHECKOUTSUMMARY             				*/
/*------------------------------------------*/
#CheckoutSummary {
    padding: 15px;
}

    #CheckoutSummary .header {
        font-weight: bold;
    }

    #CheckoutSummary .link {
        font-weight: bold;
        color: #000000;
    }

.Purchase {
    float: right;
}

#CheckoutSummary .Previous,
#CheckoutSummary .Purchase {
    margin-top: 25px;
}
    #CheckoutSummary .Previous{
        float:left;
    }
#CheckoutSummary .Purchase{
    float:right;
}

#CheckoutSummary #basket {
    padding: 0;
}

#tblCheckoutSummary {
    font-size: 13px;
    border-spacing: 0px;
    width: 100%;
}

    #tblCheckoutSummary th {
        padding: 0;
    }

    #tblCheckoutSummary th {
        border-bottom: 2px solid #D55500;
    }

    #tblCheckoutSummary td {
        vertical-align: top;
    }

.TableTrPositions a {
    color: #494747;
}

.spanIdent, .spanName {
    font-weight: bold;
}

.divPriceAll {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    float:right;
    font-weight:normal !important;
}
    .divPriceAll td {
        border: none !important;
        padding: 0 !important;
    }
.trPositionTotal {
    font-weight: bold !important;
}

.imgArticle {
    margin-right: 5px;
    width: 60px;
}

#tblTotalAmountTax,
#tblTotalAmountTaxWithShipping,
#tblTax,
#tblTotalAmount {
    width: 100%;
    border-spacing: 0;
}

.tdPrice {
    width: 70px;
    text-align: right;
}

.TableTrPositions td {
    border-top: 1px solid #C2C2C2;
    padding-bottom: 5px;
    padding-top: 5px;
}

#tblTotalAmountTax td {
    border-top: 2px solid #E84242;
    padding-top: 5px;
}

#tblTotalAmount td {
    font-weight: bold;
    border-bottom: 6px double #E84242;
}

/*------------------------------------------*/
/* Interner Kundenbereich				    */
/*------------------------------------------*/
#divInternalNavigation{
    width:calc(100% - 20px);
    margin:10px;
    text-align:center;
}